Change queue_resize() to queue_draw(), and add a check for child2 != NULL
authorCody Russell <bratsche@gnome.org>
Thu, 31 Jan 2008 17:53:06 +0000 (17:53 +0000)
committerCody Russell <bratsche@src.gnome.org>
Thu, 31 Jan 2008 17:53:06 +0000 (17:53 +0000)
commit9e1fbc93a2f64e8da1c8697a679d57dd724631ff
treec3411fd10c4000c6a22ed0cc9406afe3d5bee1e6
parent53fa8e317462a8de56ed566f430783008010b9f1
Change queue_resize() to queue_draw(), and add a check for child2 != NULL

2008-01-31  Cody Russell  <bratsche@gnome.org>

        * gtk/gtkpaned.c (gtk_paned_set_position):
        Change queue_resize() to queue_draw(), and add a check for
        child2 != NULL in case someone calls this before there is
        a child packed in there.  (#144269 again)

svn path=/trunk/; revision=19449
ChangeLog
gtk/gtkpaned.c